home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
smaltalk
/
stv.lha
/
STV
/
st_v
/
util
/
STVUTIL4.ZIP
/
NWSPRC.VP
< prev
next >
Wrap
Text File
|
1993-02-07
|
1KB
|
29 lines
"****************************************
Project: \Projects\ARSystem\NewSuperclass
Created: Nov 8, 1992, 06:10:26
Compatibility: The Smalltalk Project Browser, version 1.1
****************************************"
(Smalltalk includesKey: #EmpProjectBrowser)
ifFalse: [^self error: 'Project Browser not installed'].!
Smalltalk at: #EmpObjectFilingIn put: (EmpProjectEntry new
projectName: '\Projects\ARSystem\NewSuperclass';
pathName: 'A:\NWSPRCLS.vp')!
EmpObjectFilingIn addClassEntry: (EmpProjectClassEntry new
className: #Class;
instanceMethods: #(fileOutWithSubclasses newSuperclass: prune removeSubclasses) asSortedCollection)!
EmpObjectFilingIn addClassEntry: (EmpProjectClassEntry new
className: #IndexedCollection;
instanceMethods: #(scan:replace: scan:replace:noMatch:) asSortedCollection)!
EmpObjectFilingIn addClassEntry: (EmpProjectClassEntry new
className: #Stream;
instanceMethods: #(fileInNoReset) asSortedCollection)!
EmpObjectFilingIn addClassEntry: (EmpProjectClassEntry new
className: #ClassHierarchyBrowser;
instanceMethods: #(selectedClass:) asSortedCollection)!
EmpObjectFilingIn addListElement!
Smalltalk removeKey: #EmpObjectFilingIn!